From 305e2e2e1e2b056da883e14404fbdccb1452b38b Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 3 Sep 2006 19:04:40 +0000 Subject: [PATCH] Bump gdb watermark to 1.3.1 --- gdb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb.c b/gdb.c index 28e7751e8..d01d8997d 100644 --- a/gdb.c +++ b/gdb.c @@ -1115,8 +1115,9 @@ gdb_write_file_header(const struct tm *tm) strncpy(buff, "A].GPSBabel_1.2.7-beta*Sep 13 2005*20:10:00", sizeof(buff)); // gpsbabel V1.2.7 BETA strncpy(buff, "A].GPSBabel_1.2.8-beta*Jan 18 2006*20:11:00", sizeof(buff)); // gpsbabel 1.2.8-beta01182006_clyde strncpy(buff, "A].GPSBabel_1.2.8-beta*Apr 18 2006*20:12:00", sizeof(buff)); // gpsbabel 1.2.8-beta20060405 + strncpy(buff, "A].GPSBabel-1.3*Jul 02 2006*20:13:00", sizeof(buff)); // gpsbabel 1.3.0 */ - strncpy(buff, "A].GPSBabel-1.3*Jul 02 2006*20:13:00", sizeof(buff)); // gpsbabel 1.3 + strncpy(buff, "A].GPSBabel-1.3.1*Sep 03 2006*20:14:00", sizeof(buff)); // gpsbabel 1.3.1 #endif len = strlen(buff); buff[2] = 2; -- 2.30.2